FrontendParameters_Ptr

An RAII compliant pointer to the kernel managed data relating to a frontend given a FrontendId.

The idea is that this is a domain specific std::unique_ptr like type.

Constructors

this
this(FrontendId fei, uint verbose, uint useLegacyCall)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

c_ptr

Members

Functions

c_ptr
auto c_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta